home *** CD-ROM | disk | FTP | other *** search
/ The National Palace Museum Experience / The National Palace Museum Experience.iso / Programs / Guide.dxr / 00093.ls < prev    next >
Encoding:
Text File  |  1998-11-19  |  246 b   |  15 lines

  1. on exitFrame
  2.   global returnframe
  3.   if the mouseCast > 0 then
  4.     if not (the name of the mouseMember contains "Progress") then
  5.       go(returnframe)
  6.     end if
  7.   end if
  8.   setsliderbymovietime()
  9.   go(the frame)
  10. end
  11.  
  12. on idle
  13.   synchronizing()
  14. end
  15.